<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.search
{
    height: 62px;
    line-height: 62px;
}
.search .w
{
    display: flex;
    justify-content: space-between;
}
.search .box-hot
{
    font-size: 13px;
    color: #000;
}
.search .box-hot img
{
    vertical-align: middle;
}
.search-box form
{
    display: flex;
    align-items: center;
    height: 100%;
}
.search-box input
{
    outline: none;
    border: none;
}
.search-box input.search-key
{
    width: 320px;
    height: 30px;
    border-radius: 15px 0 0 15px;
    background: #f5f5f5;
    text-indent: 30px;
}
.search-box input.search-button
{
    width: 65px;
    height: 30px;
    border-radius: 0 15px 15px 0;
    padding: 0;
    margin: 0;
    background: #0d7fc4 url("../image/schear.png") no-repeat center;
    cursor: pointer;
}

.box-tit
{
    text-align: center;
}
.box-tit h3
{
    font-size: 36px;
    color: #000000;
}

.box-tit p
{
    font-size: 14px;
    color: #000000;
    padding-bottom: 18px;
    background: url("../image/ab-l-hd.png") no-repeat center bottom;
}

.box-img
{
    overflow: hidden;
}
.box-img img
{
    transition: 0.5s;
    display: block;
}
li:hover .box-img img
{
    transform: scale(1.2);
}
/* product */
.product
{
    background-color: #efefef;
    padding-top: 38px;
}
.pro-l
{
    width: 270px;
    background-color: #0d7fc4;
    display: inline-block;
    height: 1017px;
}
.pro-l-hd
{
    height: 141px;
    padding-left: 95px;
    background: url("../image/pro-l-hd.png") no-repeat left 30px center #0c74b3;
    padding-top: 41px;
}
.pro-l-hd h3
{
    font-size: 37px;
    color: #fff;
    line-height: 38px;
    padding-bottom: 7px;
}
.pro-l-hd p
{
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    line-height: 12px;
}
.pro-l-bd
{
    background-color: #0d7fc4;
    padding-top: 14px;
}
.pro-l-bd li
{
    width: 200px;
    height: 71px;
    margin: 0 auto;
    border-bottom: 1px solid #a2cde8;
    display: flex;
    align-items: center;
    background: url("../image/pro-l-bd.png") no-repeat left 20px center;
    overflow: hidden;
}
.pro-l-bd li a
{
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    display: inline-block;
    width: 100%;
    height: 42px;
    text-indent: 36px;
}
.pro-l-bd li:hover a{
    background: url("../image/pro-l-bd.png") no-repeat center #0a6399;
}
.pro-l-bd li:hover
{
    border-bottom: none;
}
.pro-ft
{
    text-align: center;
    margin-top: 30px;
    background:url("../image/head-tel.png") no-repeat top center;
    padding: 40px 22px;
}
.pro-ft h4
{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 13px;
}
.pro-ft span
{
    font-size: 24px;
    color: #fff;
    display: inline-block;
    width: 220px;
    height: 42px;
    background-color: #0a6399;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 19px;
}
.pro-ft p
{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.pro-r
{
    float: right;
    width: 914px;
    padding-top: 42px;
}
.pro-r-hd h3
{
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 22px;
    color: #000000;
}
.pro-r-hd h3 a
{
    float: right;
    display: inline-block;
    width: 62px;
    height: 23px;
    background-color: #0d7fc4;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 23px;
}

.pro-r-bd li
{
    width: 295px;
    height: 335px;
    float: left;
    margin-right: 14px;
    background-color: #fff;
    border: 1px solid transparent;
}

.pro-r-bd li:hover {
    box-sizing: border-box;
    box-shadow: 0px 0px 3px 0px #7d7d7d;
}

.pro-r-bd li:hover p {
    color: #0d7fc4;
}

.pro-r-bd li:nth-child(n+4) {
    margin-top: 17px;
}

.pro-r-bd li:nth-child(3n) {
    margin-right: 0;
}
.pro-r-img
{
    width: 267px;
    margin: 15px auto 0;
}
.pro-r-bd li p
{
    font-size: 14px;
    color: #000;
    text-align: center;
    width: 259px;
    margin: 10px auto 22px;
}
.por-r-more
{
    text-align: center;
    overflow: hidden;
}
.por-r-more a
{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #a8a8a8;
}

.por-r-more a:hover { /* Chrome, Safari, Opera */filter: drop-shadow(1px 0 0 #2196F3);}
.por-r-more a:first-child
{
    background: url("../image/por-r-more1.png") no-repeat center; 
    margin-right: 18px;
}
.por-r-more a:last-child
{
    background: url("../image/por-r-more2.png") no-repeat center; 
}

.pro-botm
{
    height: 187px;
    background-color: #fff;
    margin-top: -187px;
}
.pro-botm .w
{
    padding-left: 355px;
    padding-top: 44px;
}
.pro-botm h3
{
    height: 58px;
    color: #353232;
}
.pro-botm .input-group
{
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.pro-botm .input-group input,
.pro-botm .input-group textarea
{
    width: 236px;
    text-indent: 25px;
    color: #000000;
    font-size: 14px;
    outline: none;
    border: none;
    height: 41px;
    line-height: 41px;
    display: block;
}
.pro-botm .input-group:nth-child(n+2)
{
    border-left:none;
}
.pro-botm .input-group textarea {
    resize: none;
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 41px !important;
}
.pro-botm .submit
{
    width: 124px;
    height: 42px;
    color: #fff;
    background-color: #0d7fc4;
    outline: none;
    border: none;
    margin-left: 7px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
}

.box-title
{
    text-align: center;
}
.box-title p
{
    font-size: 18px;
    color: #000000;
    line-height: 26px;
}
.box-title h3
{
    margin-top: 15px;
    font-size: 36px;
    color: #284265;
    line-height: 36px;
    background: url("../image/box-title.png") no-repeat center;
}


/* purchase */
.purchase
{
    margin-top: 65px;
}
.pur-title
{
    text-align: center;
}
.pur-title h3
{
    font-size: 36px;
    color: #0d7fc4;
    font-family: "脙楼脗庐芒鈧姑兟っ偮矫⑩偓艙";
    line-height: 36px;
    padding-top: 30px;
    background: url("../image/pur-title.png") no-repeat top center;
}
.pur-title h3 span
{
    color: #000000;
}
.pur-title p
{
    font-size: 12px;
    color: #000000;
    margin-top: 10px;
    line-height: 12px;
}

.pur-box
{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 75px 0;
}
.pur-l,
.pur-r
{
    width: 323px;
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pur-l
{
    text-align: right;
}
.pur-box h3
{
    font-size: 22px;
    color:#333333;
}
.pur-box p
{
    font-size: 15px;
    color: #888888;
    line-height: 26px;
}

.pur-cont
{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.pur-con-bd
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.pur-yuan
{
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-animation:xz 30s linear infinite;
}
.pur-con-bd img
{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@-webkit-keyframes xz{  
    from{  
        -webkit-transform:rotate(0deg);  
    }  
    to{  
        -webkit-transform:rotate(360deg);  
    }  
}  
.pur-img img{
    transition: 0.5s;
}
.pur-cont:hover .pur-img img
{
    transform: scale(1.2) translate(-43%, -42%);
    cursor: pointer;
}



.adv-btm
{
    background-color: #f2f1ef;
    padding-top: 40px;
    padding-bottom: 70px;
}

.adv-box li
{
    width: 585px;
    height: 660px;
    float: left;
    position: relative;
}
.adv-box-l
{
    left: -23px;
}
.adv-box-r
{
    right: -23px;
}
.adv-box li:nth-child(n+3) {
    margin-top: 45px;
}

.adv-box li:nth-child(4) .adv-box-img {margin-top: -40px;}

.adv-box li:nth-child(2n)
{
    margin-left: 30px;
}

.adv-box li:nth-child(2) .adv-box-img {
    margin-top: -5px;
}

.adv-title
{
    height: 131px;
    background: url("../image/adv-tit.png") no-repeat center;
    margin-bottom: 80px;
}


.adv-box-bd
{
    margin-left: 47px;
    position: relative;
    top: -70px;
    background-color: #ffffff;
    width: 537px;
    height: 350px;
    padding-left: 60px;
}
.adv-box-tit h3
{
    color: #333743;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 9px;
    border-bottom: 1px solid #adaeb3;
    display: inline-block;
}
.adv-box-tit h3 span
{
    color: #0d7fc4;
}
.adv-box-tit p
{
    font-size: 12px;
    color: #000000;
    line-height: 12px;
    margin-top: 9px;
}

.adv-text
{
    margin-top: 20px;
}
.adv-text p
{
    color: #000000;
    font-size: 16px;
    line-height: 37px;
}
.adv-text p span
{
    background-color: #b8ce1d;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 11px;
}
/* about */
.about
{
    background: #eef2f6;
}
.ab-tit
{
    height: 255px;
    background: #0d7fc4;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
}
.ab-tit h3,
.ab-tit p
{
    color: #ffffff;
}
.ab-tit p
{
    background-image: url("../image/box-tit.png");
}
.ab-box{
    margin-top: -63px;
}
.ab-box-l
{
    width: 565px;
    padding: 45px 50px 57px; 
    box-sizing: border-box;
    background: #fff;
    float: left;
    position: relative;
}

.ab-box-hd
{
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    font-style:italic;
    padding-bottom: 19px;
    background: url("../image/ab-l-hd.png") no-repeat left bottom;
}
.ab-text
{
    font-size: 14px;
    line-height: 31px;
    color: #000000;
    margin: 25px 0;
    height: 240px;
    overflow: hidden;
}

a.ab-more
{
    width: 122px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: block;
    border-radius: 20px;
    background: #b8ce1d;
    font-style:italic;
}

.ab-img
{
    display: flow-root;
}
.ab-img img
{
    display: block;
}

.ab-tel
{
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    color: #0d7fc4;
    width: fit-content;
}
.ab-tel span
{
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
}

.case
{
    padding-top: 90px;
}
.case-box
{
    padding-top: 40px;
}
.case-box li
{
    width: 290px;
    float: left;
    margin-right: 13px;
}

.case-box li p
{
    text-align: center;
    line-height: 65px;
    color: #000000;
    font-size: 18px;
    background: #eef2f6;
}
.case-box li:hover p
{
    background: #0d7fc4;
    color: #ffffff;
}



/* service */
.service
{
    padding: 85px 0 95px;
}
.ser-box
{
    background: url("../image/ser-boxbg.png") no-repeat center;
    display: flex;
    justify-content: space-between;
    margin: 53px 0 0;
}
.ser-box li
{
    background: url("../image/ser-li.png") no-repeat center;
    width: 134px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ser-img
{
    font-size: 45px;
    color: #fff;
    line-height: 45px;
}

.ser-box p
{
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 8px;
    line-height: 32px;
    background: url("../image/ser-imgbg.png") no-repeat center;
}
.ser-botm 
{
    text-align:center;
    margin-top: 45px;
}
.ser-botm h3
{
    font-size: 24px;
    color: #000000;
    line-height: 24px;
}
.ser-botm h3 p
{
    font-size: 16px;
    color: #7a7a7a;
    line-height: 16px;
    margin: 11px 0 16px;
}
.ser-botm a
{
    display: inline-block;
    width: 148px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
    background: #0d7fc4;
    font-size: 16px;
    color: #fff;
}

.ser-botm a:last-child{
    margin-left: 10px;
    background: #b8ce1d;
}



/* news */
.news
{
    padding: 70px 0 60px;
    background-color: #f4f4f4;
}
.news .box-tit
{
    padding-bottom: 40px;
}
.news-l
{
    float: left;
    width: 510px;
    padding: 30px 19px 0;
    background-color: #fff;
    padding-bottom: 45px;
}

.news-l .news-text h3
{
    margin: 30px 0 10px;
}

.news-text h3
{
    font-size: 16px;
    color: #000;
    font-weight: normal;
    /* line-height: 27px; */
}
.news-text span,
.news-text p
{
    font-size: 12px;
    color: #000;
}

.news-text p
{
    line-height: 28px;
    color: #888;
    height: 50px;
    overflow: hidden;
}

.news-l .news-text span
{
    display:block;
    margin:8px 0;
}

.news-r
{
    float: right;
    width: 640px;
    padding: 30px 0 0 0;
    background-color: #fff;
    padding-bottom: 43px;
}

.news-r-bd li
{
    height: 90px;
    margin-top: 35px;
}

.news-r-hd
{
    height: 53px;
    line-height: 45px;
    background: url("../image/news-r-hd.jpg") no-repeat left top;
    padding-left: 13px;
    position: relative;
    left: -13px;
}
.news-r-hd a
{
    display: inline-block;
    width: 156px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #0d7fc4;
}
.news-r-hd a:nth-child(1)
{
    background-color: #b8ce1d;
}
.news-r-hd a:hover
{
    background-color: #b8ce1d;
}
.news-num
{
    height: 100%;
    width: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
}
.news-num p
{
    font-size: 35px;
    color: #000;
    line-height: 35px;
    font-weight: bold;
}
.news-num span
{
    font-size: 12px;
    color: #000;
}

.news-r-bd .news-text
{
    width: 510px;
    float: right;
    display: inline-block;
    padding-right: 47px;
}
.news-r-bd h3
{
    padding-bottom: 10px;
}

.partner
{
    padding-top: 50px;
}
.par-box
{
    height: 268px;
    position: relative;
    margin: 42px 0 67px;
}

.par-box ul
{
    margin-right: 20px;
    width: 183px;
}

.par-box li
{
    width: 181px;
    height: 122px;
    border: 1px solid #dcdcdc;
}

.par-box li img {
    display: block;
    width: 100%;
    height: 100%;
}

.par-box li:nth-child(2)
{
    margin-top: 18px;
}
 
.par-hd a
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
}
.par-hd a.prev
{
    left: -55px;
    background: url("../image/case-btn1.png") no-repeat center #f6f6f6;
}
.par-hd a.next
{
    right: -55px;
    background: url("../image/case-btn2.png") no-repeat center #f6f6f6;
}


/* footer */
.footer
{
    background: #292929;
}

.foot-nav
{
    box-sizing: border-box;
    margin: 38px 70px 50px;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    background-color: #3b3b3b;
    display: flex;
    justify-content: space-around;
    padding: 0 25px;
}

.foot-nav,
.foot-nav a
{
    font-size: 16px;
    color: #fff;
}
.foot-nav span:last-child
{
    display: none;
}
.foot-bd
{
    padding-bottom: 86px;
}
.foot-bd dl
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-logo
{
    padding-right: 60px;
    border-right: 1px solid #7c7c7c;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-tel h3
{
    font-size: 18px;
    color: #fff;
    margin-bottom:28px;
}
.foot-tel p
{
    font-size: 14px;
    color: #fff;
    height: 29px;
}

.foot-code
{
    text-align: center;
    font-size: 18px;
    color: #fff;
}</pre></body></html>